Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix Justfile refs #2672

Merged
merged 1 commit into from
Sep 13, 2024
Merged

chore: fix Justfile refs #2672

merged 1 commit into from
Sep 13, 2024

Conversation

alecthomas
Copy link
Collaborator

@alecthomas alecthomas commented Sep 13, 2024

Turns out using {{X}} in a global doesn't get interpolated by Just. This resulted in files like the literal {{CONSOLE_ROOT}}/foo/bar, which don't exist, being used for dependency checks, triggering rebuilds on every invocation.

In particular this would trigger proto rebuilds and console rebuilds, the latter of which was quite time consuming :\

Turns out using {{X}} in a global doesn't trigger interpolation. This resulted
in files like the literal `{{CONSOLE_ROOT}}/foo/bar`, which don't exist, being
used for dependency checks, triggering rebuilds on every invocation.

In particular this would trigger proto rebuils and console rebuilds, the latter
of which was quite time consuming :\
@alecthomas alecthomas requested review from a team and gak and removed request for a team September 13, 2024 08:30
This was referenced Sep 13, 2024
@alecthomas alecthomas added this pull request to the merge queue Sep 13, 2024
Merged via the queue into main with commit a0bfeee Sep 13, 2024
26 checks passed
@alecthomas alecthomas deleted the aat/fix-just-deps branch September 13, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant